home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / 2drive.arj / MAKE.BAT < prev    next >
DOS Batch File  |  1994-01-28  |  488b  |  19 lines

  1. @echo off
  2. goto Start
  3.  
  4.                            ┌─────────────────
  5.                            │     MAKE.BAT    █
  6.                            │                 █
  7.                             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  8.  
  9.                         Fri  01-28-1994  21:01:00
  10.  
  11.      Makes the file WHAT_DRV.COM from the code file WHAT_DRV.SCR using
  12.      the DOS program (and mini Assembler) DEBUG.EXE
  13.  
  14.                  John De Palma on CompuServe 76076,571
  15.  
  16. :Start
  17. debug < what_drv.scr
  18.  
  19.